How to stop / start / view Background Loads processes

The Background Loads processes run to ensure that tables are kept in sync. Thus, when a change is made to a record that is attached to another record, the change is reflected in both.

The Background Loads processes are normally running at all times. There are situations when it is necessary to stop and then restart the Background Load processes.

Tip: Before the EMu System can be backed up it is recommended that the Background Loads processes are stopped.

How to stop the Background Loads processes

  1. Open a command line session on the EMu server and log in with the username emu .
  2. Type client [client] to go to the required EMu client environment.
  3. Type emuload stop

    The System checks to see if the Background Loads processes are running and, if so, stops them.

How to restart the Background Loads processes

  1. Repeat Steps 1-2 above.
  2. Type emuload start

    The System checks to see if the Background Loads processes are running and, if not, starts them.

How to view the current Background Load status

  1. Open a command line session on the EMu server and log in with the username emu.
  2. Type client [client] to go to the required EMu client environment.
  3. Type emuload status

    The status of each Background Load displays. For example:

    emu-gallery@kestrel[5] emuload status

    ecatalogue dead

    econdition alive

    einternal dead

    elocations dead

    eparties alive

    esync alive

    evaluations alive

    A dead Background Load process is not currently running.

    Note: If a Background Load is dead, you will need to restart it.